Add syntax error
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matthias Neeracher 2019-02-03 03:41:38 +01:00
parent 7a9535bdfe
commit 94b6ca100c

View File

@ -1,3 +1,3 @@
struct drone_tutorial_swift {
var text = "Hello, World!"
var text := "Hello, World!"
}