Format zig

This commit is contained in:
Kofi Gumbs 2021-09-29 21:54:14 -04:00
parent 0cdafa1623
commit b2343cb0ad

View file

@ -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();