From 2c31f32b648e1616384a579f36abd6e2ee557360 Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Wed, 9 Feb 2022 16:08:51 -0600 Subject: [PATCH] Redo smoketest --- prototyping/Examples/SmokeTest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)