Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 26, 2020
1 parent 34a31e4 commit 8dd397d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ public static void registerTags() {
if (ticks != null) {
return new DurationTag(ticks.longValue());
}
return null;
});

// <--[tag]
Expand Down

0 comments on commit 8dd397d

Please sign in to comment.