diff options
| author | John Bampton <[email protected]> | 2021-03-01 10:06:17 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-03-01 10:06:17 +1000 |
| commit | 1c9b1bfeb7932c1b82509679e40b2d2bf99768cc (patch) | |
| tree | 3868be98b373b479ab17173b2cb6a5c6ab095c57 /mrbgems/mruby-sleep | |
| parent | 65add8c650088f398642aa9611baf4cb2266fff4 (diff) | |
| download | mruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.tar.gz mruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.zip | |
feat: add pre-commit framework
Diffstat (limited to 'mrbgems/mruby-sleep')
| -rw-r--r-- | mrbgems/mruby-sleep/example/sleep.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-sleep/example/sleep.rb b/mrbgems/mruby-sleep/example/sleep.rb index e5acea3b2..90a436937 100644 --- a/mrbgems/mruby-sleep/example/sleep.rb +++ b/mrbgems/mruby-sleep/example/sleep.rb @@ -1,3 +1,2 @@ sleep(10) usleep(10000) - |
