File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/github/oldmegit/goframehelper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package com.github.oldmegit.goframehelper.data
3
3
import com.intellij.DynamicBundle
4
4
import java.util.function.Supplier
5
5
6
- object Bundle : DynamicBundle(" message.goframehelperBundle " ) {
6
+ object Bundle : DynamicBundle(" message.GoFrameHelperBundle " ) {
7
7
override fun getMessage (key : String , vararg params : Any? ): String {
8
8
return super .getMessage(key, * params)
9
9
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ object GfGoMod {
19
19
val fileContent = file.readText()
20
20
cache.isGf = fileContent.contains(Gf .goModMark)
21
21
}
22
- return cache.isGf as Boolean
22
+ return cache.isGf ? : false
23
23
}
24
24
25
25
// reset isGf cache
You can’t perform that action at this time.
0 commit comments