From b772a06190a6e135ae4894a1a55a5aedcdbe9873 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 09:11:11 -0800 Subject: [PATCH] type --- lf/rune.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf/rune.go b/lf/rune.go index 23ad5c5..2b790be 100644 --- a/lf/rune.go +++ b/lf/rune.go @@ -1,3 +1,3 @@ package lf -const Rune = '\u000A' +const Rune rune = '\u000A'