summaryrefslogtreecommitdiffstats
path: root/common/text/position.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/text/position.go')
-rw-r--r--common/text/position.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/text/position.go b/common/text/position.go
index 5dd64526a..34e856c5d 100644
--- a/common/text/position.go
+++ b/common/text/position.go
@@ -69,7 +69,7 @@ func createPositionStringFormatter(formatStr string) func(p Position) string {
format := replacer.Replace(formatStr)
f := func(pos Position) string {
- args := make([]interface{}, len(identifiersFound))
+ args := make([]any, len(identifiersFound))
for i, id := range identifiersFound {
switch id {
case ":file":