mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-48215: [f] IDEA-212614 removed intermediate set object here
(cherry picked from commit b64fc81b0d7ef29a1f5bd04e98cadb48863c659a) GitOrigin-RevId: 751d771e0cf02b6bf50e46f29f1d7669a49ab15a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
00472f056b
commit
4430b6249a
+1
-3
@@ -55,9 +55,7 @@ class FontSizeInfoUsageCollector : ApplicationUsagesCollector() {
|
||||
val usageData = FeatureUsageData()
|
||||
usageData.addData("value", lineSpacing)
|
||||
|
||||
usages += setOf<UsageDescriptor>(
|
||||
UsageDescriptor("editor.lineSpacing", usageData )
|
||||
)
|
||||
usages.add(UsageDescriptor("editor.lineSpacing", usageData ))
|
||||
|
||||
return usages
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user