aboutsummaryrefslogtreecommitdiff
path: root/core/strings
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-20 19:14:18 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-20 19:14:18 +0200
commit9df81bed9fc43abbc8803b21304de6ee4931e9af (patch)
tree98e89396e5883d65c38abfbce629ba7e04f8ae4b /core/strings
parent253a72ffe34b4e8d128b86f720394676065c811d (diff)
Fix detached comment
Diffstat (limited to 'core/strings')
-rw-r--r--core/strings/strings.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/strings/strings.odin b/core/strings/strings.odin
index d13b45022..beaa8bda1 100644
--- a/core/strings/strings.odin
+++ b/core/strings/strings.odin
@@ -2932,7 +2932,6 @@ Output:
abc1 abc2 abc3
*/
-
expand_tabs :: proc(s: string, tab_size: int, allocator := context.allocator) -> (res: string, err: mem.Allocator_Error) #optional_allocator_error {
if tab_size <= 0 {
panic("tab size must be positive")