Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed May 27, 2021
1 parent 48dbbcb commit cd1123e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private AddExportsAndOpensFormatValue(Module module, String packageName, List<Mo
}
}

private final AddExportsAndOpensFormatValue asAddExportsAndOpensFormatValue(Pair<String, String> valueOrigin) {
private AddExportsAndOpensFormatValue asAddExportsAndOpensFormatValue(Pair<String, String> valueOrigin) {
String optionOrigin = valueOrigin.getRight();
String optionValue = valueOrigin.getLeft();

Expand Down

0 comments on commit cd1123e

Please sign in to comment.