Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Oct 22, 2023
1 parent e5a1665 commit 2fbd1b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ class CompletionProposalComputer implements ICompletionProposalComputer {
AttributeRestrictionProposalGenerator attributeRestrictionProposalGenerator,
ExpressionObjectProposalGenerator expressionObjectProposalGenerator
) {

proposalGenerators = [
elementProcessorProposalGenerator,
elementProcessorProposalGenerator,
attributeProcessorProposalGenerator,
attributeRestrictionProposalGenerator,
expressionObjectProposalGenerator
Expand Down

0 comments on commit 2fbd1b8

Please sign in to comment.