Skip to content

Commit 1c5b7b2

Browse files
committed
deploy: f0e8d44
1 parent c7796f5 commit 1c5b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/uu_sleep/sleep.rs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</span>.map(|s| s.as_str())
132132
.collect::&lt;Vec&lt;<span class="kw">_</span>&gt;&gt;();
133133

134-
<span class="kw">return </span>sleep(<span class="kw-2">&amp;</span>numbers);
134+
sleep(<span class="kw-2">&amp;</span>numbers)
135135
}
136136

137137
<span class="kw">pub fn </span>uu_app() -&gt; Command {

0 commit comments

Comments
 (0)