Skip to content

Commit 4f5033d

Browse files
committed
Remove unnecessary closing braces from getTokenForPath and consumeSandboxToken functions for cleaner code
1 parent 8d7b40f commit 4f5033d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lara/pe/sandbox.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ static void init_sandbox_apis(void) {
177177
fflush(stdout);
178178
return tokenBuffer;
179179
}
180-
}
181180

182181
int consumeSandboxToken(char *tokenBuffer) {
183182
if (!tokenBuffer) {
@@ -218,7 +217,6 @@ int consumeSandboxToken(char *tokenBuffer) {
218217

219218
return result;
220219
}
221-
}
222220

223221
@implementation Sandbox
224222

0 commit comments

Comments
 (0)