Skip to content

Commit

Permalink
last beauty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpapailiou committed Jul 17, 2021
1 parent a2a4962 commit 2e64f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fac</groupId>
<artifactId>fac</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public String toString() {
String out = type.getLiteral() + " " + identifier;
if (initializedWithValue) {
out += " = " + value;
} else {
out += ";";
}
return out + ";\n";
}
Expand Down

0 comments on commit 2e64f86

Please sign in to comment.