Skip to content

Commit

Permalink
style: fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdessoude committed Oct 29, 2023
1 parent d7985fa commit 6f007c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/java-parser/src/productions/packages-and-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { isRecognitionException, tokenMatcher, EOF } = require("chevrotain");
const { classBodyTypes } = require("./utils/class-body-types");

function defineRules($, t) {

/**
* Spec Deviation: As OrdinaryCompilationUnit and UnnamedClassCompilationUnit
* both can have multiple class or interface declarations, both were combined
Expand Down Expand Up @@ -104,7 +103,6 @@ function defineRules($, t) {
]);
});


/**
* Spec Deviation: As OrdinaryCompilationUnit and UnnamedClassCompilationUnit
* both can have multiple class or interface declarations, both were combined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ const classBodyTypes = {

module.exports = {
classBodyTypes
}
};

0 comments on commit 6f007c1

Please sign in to comment.