Skip to content

Commit

Permalink
Remove redundant semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantraut authored and manusa committed Nov 5, 2021
1 parent a396b05 commit 40b0561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public enum Mode {
bridge,
host,
container,
custom;
custom
}

public static class NetworkConfigBuilder {
Expand Down

0 comments on commit 40b0561

Please sign in to comment.