mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
zig fmt'd str.zig
This commit is contained in:
parent
e845f48247
commit
9d1038cd9b
1 changed files with 0 additions and 1 deletions
|
@ -1586,7 +1586,6 @@ pub fn strTrimLeft(string: RocStr) callconv(.C) RocStr {
|
|||
return RocStr.empty();
|
||||
}
|
||||
|
||||
|
||||
fn countLeadingWhitespaceBytes(string: RocStr) usize {
|
||||
var byte_count: usize = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue