Skip to content

Commit

Permalink
1. [PROJECT]::remove spaces for import headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtoo committed Oct 9, 2023
1 parent 9889baf commit cfe81ff
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

package org.teachfx.antlr4.ep20.parser;


import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated from java-escape by ANTLR 4.11.0-SNAPSHOT

package org.teachfx.antlr4.ep20.parser;

import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated from java-escape by ANTLR 4.11.0-SNAPSHOT

package org.teachfx.antlr4.ep20.parser;

import org.antlr.v4.runtime.tree.ParseTreeListener;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated from java-escape by ANTLR 4.11.0-SNAPSHOT

package org.teachfx.antlr4.ep20.parser;

import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated from java-escape by ANTLR 4.11.0-SNAPSHOT

package org.teachfx.antlr4.ep20.parser;

import org.antlr.v4.runtime.tree.ParseTreeVisitor;

/**
Expand Down

0 comments on commit cfe81ff

Please sign in to comment.