Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Nov 4, 2024
1 parent cf2e8cc commit 8d7da6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private enum Mode {
INNER_OVER_OUTER_LEGACY; // Syntax-in-syntax special case

public static Mode toMode(String s) {
switch (s) {
switch (s) {
case "outerOverInner":
return Mode.OUTER_OVER_INNER;
case "innerOverOuterStrict":
Expand Down Expand Up @@ -557,7 +557,7 @@ private static Mode getModeIfPresent(IConstructor prod, Mode ifAbsent) {
}
}
return ifAbsent;
}
}
}

// The idea behind the patch is to dynamically map productions in Rascal's
Expand Down

0 comments on commit 8d7da6b

Please sign in to comment.