Skip to content

Commit 896f2db

Browse files
vjain008Copilot
andauthored
Update src/jsruntime.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fddbc21 commit 896f2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jsruntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int main(int argc, char* argv[])
149149
}
150150
sleep(waitTime);
151151
#else
152-
sleep(10) ;
152+
sleep(10);
153153
#endif
154154

155155
renderer->terminateApplication(id);

0 commit comments

Comments
 (0)