summaryrefslogtreecommitdiffstats
path: root/markup/blackfriday/convert_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/blackfriday/convert_test.go')
-rw-r--r--markup/blackfriday/convert_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/blackfriday/convert_test.go b/markup/blackfriday/convert_test.go
index d2d8d927e..414905a76 100644
--- a/markup/blackfriday/convert_test.go
+++ b/markup/blackfriday/convert_test.go
@@ -129,7 +129,7 @@ func TestGetAllFlags(t *testing.T) {
actualFlags := getFlags(false, b)
var expectedFlags int
- //OR-ing flags together...
+ // OR-ing flags together...
for _, d := range allFlags {
expectedFlags |= d.testFlag
}