1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Remove accidental new line

This commit is contained in:
JustAHuman-xD 2023-08-29 16:56:08 -05:00 committed by GitHub
parent 6a34470b47
commit 25ac1655d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1202,5 +1202,4 @@ public class SlimefunItem implements Placeable {
public @Nonnull Optional<SlimefunItem> getOptionalByItem(@Nullable ItemStack item) { public @Nonnull Optional<SlimefunItem> getOptionalByItem(@Nullable ItemStack item) {
return Optional.ofNullable(getByItem(item)); return Optional.ofNullable(getByItem(item));
} }
} }