Skip to content

Commit

Permalink
Whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jan 6, 2023
1 parent 51d8d55 commit 87774e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package li.cil.manual.api.content;


import net.minecraft.resources.ResourceLocation;

import javax.annotation.Nullable;
Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/li/cil/manual/api/prefab/Manual.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public Optional<ContentRenderer> imageFor(final String path) {
*/
@Override
public Iterable<Tab> getTabs() {

final Registrar<Tab> registry = REGISTRIES.get().get(Constants.TAB_REGISTRY);
return StreamSupport.stream(registry.spliterator(), false).
filter(tab -> matches(registry, tab)).
Expand Down

0 comments on commit 87774e1

Please sign in to comment.