Skip to content

Commit

Permalink
to greenify master build (#1741)
Browse files Browse the repository at this point in the history
PR build should have caught this one, I'm trying to figure out why that
didn't work
  • Loading branch information
mpollmeier authored Nov 9, 2023
1 parent e0e323f commit e9ee4d1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public class Languages {
/** Source-based frontend for Ruby */
public static final String RUBYSRC = "RUBYSRC";

/** Source-based frontend for Swift */
public static final String SWIFTSRC = "SWIFTSRC";


public static Set<String> ALL = new HashSet<String>() {{
add(JAVA);
Expand All @@ -78,6 +81,7 @@ public class Languages {
add(JSSRC);
add(SOLIDITY);
add(RUBYSRC);
add(SWIFTSRC);
}};

}

0 comments on commit e9ee4d1

Please sign in to comment.