mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Format zig
This commit is contained in:
parent
0cdafa1623
commit
b2343cb0ad
1 changed files with 0 additions and 1 deletions
|
@ -866,7 +866,6 @@ pub fn startsWith(string: RocStr, prefix: RocStr) callconv(.C) bool {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
// Str.repeat
|
||||
pub fn repeat(string: RocStr, count: usize) callconv(.C) RocStr {
|
||||
const bytes_len = string.len();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue