mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove trailing }
This commit is contained in:
@@ -1013,7 +1013,7 @@ class EditorView extends View
|
||||
#
|
||||
# fontSize - A {Number} indicating the font size in pixels.
|
||||
setFontSize: (fontSize) ->
|
||||
@css('font-size', "#{fontSize}px}")
|
||||
@css('font-size', "#{fontSize}px")
|
||||
|
||||
@clearCharacterWidthCache()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user