Skip to content

Commit

Permalink
chore(yaml): tidy merge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 15, 2023
1 parent b4dda7a commit 51b134d
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
*/
package org.spongepowered.configurate.yaml;

final class MergeTag {

static final MergeTag INSTANCE = new MergeTag();

private MergeTag() {
}

// Marker for merge tag values
enum MergeTag {
INSTANCE
}

0 comments on commit 51b134d

Please sign in to comment.