Skip to content

Commit

Permalink
Remove superfluous Join[] calls
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Apr 4, 2013
1 parent ba26453 commit 97cc3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/CodeGen/Interface.m
Expand Up @@ -37,7 +37,7 @@
GridType -> "GF",
Comment -> groupName[group],
Visibility -> "public",
Tags -> Join[GroupTags[group]],
Tags -> GroupTags[group],
Variables -> groupVariables[group]
}

Expand All @@ -49,7 +49,7 @@
GridType -> "array",
Comment -> groupName[group],
Visibility -> "public",
Tags -> Join[GroupTags[group]],
Tags -> GroupTags[group],
Dim -> 1,
Size -> 1,
Variables -> groupVariables[group]
Expand Down

0 comments on commit 97cc3a2

Please sign in to comment.