diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-02 16:53:33 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-02 16:53:33 +0900 |
| commit | 187384124ba37e3c057262d1a205f1afce117af1 (patch) | |
| tree | 9d8a955df4196f82aba42a64f7f420db181b54d5 /mrbgems/mruby-sleep/example | |
| parent | 55ac5dba868c317e6ae7f7284fe783fce8bc823a (diff) | |
| parent | 1c9b1bfeb7932c1b82509679e40b2d2bf99768cc (diff) | |
| download | mruby-187384124ba37e3c057262d1a205f1afce117af1.tar.gz mruby-187384124ba37e3c057262d1a205f1afce117af1.zip | |
Merge pull request #5368 from jbampton/add-pre-commit-framework
feat: add pre-commit framework
Diffstat (limited to 'mrbgems/mruby-sleep/example')
| -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) - |
