Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Sep 20, 2024
1 parent a3190e5 commit 7dd60e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import javax.swing.Icon;

import com.intellij.DynamicBundle;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.actionSystem.ActionGroup;
import com.intellij.openapi.actionSystem.ActionUpdateThread;
import com.intellij.openapi.actionSystem.AnActionEvent;
Expand Down
5 changes: 3 additions & 2 deletions src/main/java/edu/kit/kastel/icons/ArtemisIcons.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* Licensed under EPL-2.0 2024. */
package edu.kit.kastel.icons;

import com.intellij.openapi.util.IconLoader;

import javax.swing.Icon;

import com.intellij.openapi.util.IconLoader;

// This class follows IntelliJ's code style conventions
public final class ArtemisIcons {
public static final Icon AnnotationsGutter1 = IconLoader.getIcon("/icons/annotation1.svg", ArtemisIcons.class);
Expand Down

0 comments on commit 7dd60e0

Please sign in to comment.