summaryrefslogtreecommitdiff
path: root/file.go
diff options
context:
space:
mode:
authorRegan Yue <1131625869@qq.com>2022-07-17 12:18:25 +0800
committerGitHub <noreply@github.com>2022-07-17 12:18:25 +0800
commit0d4c97c88aa9254a4db5a0b9192d0f431ff90e43 (patch)
tree66d522113aba5bfb39607c06522428d9f7891b8f /file.go
parent40ed1d1b81b4d30165bb73e9406e59ddbdb76fe2 (diff)
Optimizing line breaks for comments (#1281)
Diffstat (limited to 'file.go')
-rw-r--r--file.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.go b/file.go
index 5931bdb..ce8b138 100644
--- a/file.go
+++ b/file.go
@@ -21,8 +21,8 @@ import (
"sync"
)
-// NewFile provides a function to create new file by default template. For
-// example:
+// NewFile provides a function to create new file by default template.
+// For example:
//
// f := NewFile()
//