From bec7aada3f450a6d21947adf98c8ce57af7cf6b1 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 10 Oct 2019 17:15:15 +0200 Subject: [PATCH] :shirt: Remove trailing whitespace --- examples/Gain.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gain.gw b/examples/Gain.gw index 7c8dcee7..52726d02 100644 --- a/examples/Gain.gw +++ b/examples/Gain.gw @@ -4,5 +4,5 @@ spork { while(true) { g.gain() == (.2 ? .2 : .1) => g.gain; .15::second => now; for(int i; i < 5; i++) { <<< g.op() >>>; i => g.op; - 2::second => now; + 2::second => now; } -- 2.43.0