chore: add missing trailing newline at end of example/set.wren file

This commit is contained in:
Kyle Marek-Spartz
2014-02-17 20:15:55 +00:00
parent 60704171a2
commit 9eecafaaac
+1 -1
View File
@@ -100,4 +100,4 @@ class Set {
!that.contains(element))
}))
}
}
}