Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Oct 5, 2023
1 parent 546ef04 commit 5b35b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/org/jboss/elemento/EventType.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package org.jboss.elemento;

import org.gwtproject.event.shared.HandlerRegistration;

import elemental2.dom.ClipboardEvent;
import elemental2.dom.Document;
import elemental2.dom.DragEvent;
Expand All @@ -36,7 +38,6 @@
import elemental2.dom.Window;
import elemental2.webstorage.StorageEvent;
import jsinterop.base.Js;
import org.gwtproject.event.shared.HandlerRegistration;

/**
* Known event types used in {@link HTMLElementBuilder#on(EventType, EventCallbackFn)}.
Expand Down

0 comments on commit 5b35b1d

Please sign in to comment.