File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ public interface JuliaIcons {
1717 @ NotNull Icon JOJO_ICON = IconLoader .getIcon ("/icons/jojo.png" );
1818 @ NotNull Icon JULIA_MODULE_ICON = IconLoader .getIcon ("/icons/julia_module.png" );
1919 @ NotNull Icon JULIA_TYPE_ICON = IconLoader .getIcon ("/icons/julia_type.png" );
20- @ NotNull
21- Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader .getIcon ("/icons/julia_abstract_type.png" );
20+ @ NotNull Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader .getIcon ("/icons/julia_abstract_type.png" );
2221 @ NotNull Icon JULIA_FUNCTION_ICON = IconLoader .getIcon ("/icons/field.png" );
2322 @ NotNull Icon JULIA_VARIABLE_ICON = IconLoader .getIcon ("/icons/field_variable.png" );
2423 @ NotNull Icon JULIA_CONST_ICON = IconLoader .getIcon ("/icons/const.png" );
You can’t perform that action at this time.
0 commit comments