diff --git a/prototyping/Examples/SmokeTest.lua b/prototyping/Examples/SmokeTest.lua index 5ea8e592..e1e37e32 100644 --- a/prototyping/Examples/SmokeTest.lua +++ b/prototyping/Examples/SmokeTest.lua @@ -8,6 +8,6 @@ local function comp(f) end end end -local id2 = comp (id)(id) +local id2 = comp(id)(id) local nil2 = id2(nil) -return nil2(nil2) \ No newline at end of file +return id2(nil2)