let reformat have another go at it

This commit is contained in:
Zoë Gidiere
2023-11-05 20:12:57 -07:00
parent 77812545df
commit c00753b0fc
23 changed files with 85 additions and 70 deletions
@@ -1,10 +1,10 @@
package com.dfsek.terra.addons.biome.pipeline.api.delegate;
import com.dfsek.terra.api.world.biome.Biome;
import java.util.HashSet;
import java.util.Set;
import com.dfsek.terra.api.world.biome.Biome;
final class EphemeralBiomeDelegate implements BiomeDelegate {
private final Set<String> tags;