Skip to content

Commit

Permalink
Merge pull request atom#89 from tyrollins/patch-1
Browse files Browse the repository at this point in the history
add missing semi-colon
  • Loading branch information
simurai authored Jan 18, 2017
2 parents 99d1e8c + b730d9a commit 939fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/syntax/go.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.syntax--source.syntax--go {
.syntax--storage.syntax--type.syntax--string {
color: @hue-3
color: @hue-3;
}
}

0 comments on commit 939fa65

Please sign in to comment.