From 01136c6796e21f023713e026674576d8e623462d Mon Sep 17 00:00:00 2001 From: EVE Date: Mon, 13 Mar 2017 16:41:45 -0400 Subject: Formatting --- dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java') diff --git a/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java b/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java index 2fe9d30..a29b8b5 100644 --- a/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java +++ b/dice-lang/src/bjc/dicelang/v1/examples/DiceASTPragma.java @@ -10,12 +10,12 @@ import bjc.utils.funcdata.IMap; /** * Alias for the type of a 'pragma' or special language command * - * To explain it, a pragma is a function that takes a tokenizer with the rest - * of the line, and an enviroment that contains variable bindings + * To explain it, a pragma is a function that takes a tokenizer with the rest of + * the line, and an enviroment that contains variable bindings + * * @author ben * */ -public interface DiceASTPragma extends - BiConsumer>> { +public interface DiceASTPragma extends BiConsumer>> { // Just an alias } -- cgit v1.2.3