Skip to content

Conversation

@JornC
Copy link
Member

@JornC JornC commented Jan 8, 2025

Basically:

  private static final ExampleEventBinder EVENT_BINDER = GWT.create(ExampleEventBinder.class);

  interface ExampleEventBinder extends EventBinder<Example> {
  }

becomes

  private static final ExampleEventBinder EVENT_BINDER = GWT.create(ExampleEventBinder.class);

  interface ExampleEventBinder extends EventBinder<Example> {}

and

  @JsMethod
  @Emit
  public void select() {
  }

becomes

  @JsMethod
  @Emit
  public void select() {}

@JornC JornC changed the title Update preferences Change newline formatting, in particular for empty blocks Jan 8, 2025
@JornC JornC requested a review from Hilbrand January 8, 2025 15:35
Copy link
Member

@Hilbrand Hilbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JornC JornC merged commit c1f1363 into aerius:main Jan 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants