Skip to content

Commit

Permalink
style(prettier): prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored and actions-user committed Aug 13, 2021
1 parent 184b220 commit 2b2243c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ public abstract class SinkPlugin extends JavaPlugin implements BasePlugin {
private final ExceptionHandler exceptionHandler;

public SinkPlugin() {
this((self, builder) -> {
/* Default Options */
});
this(
(self, builder) -> {
/* Default Options */
}
);
}

/**
Expand Down

0 comments on commit 2b2243c

Please sign in to comment.