Skip to content

Commit edede7f

Browse files
committed
Fix cpplint warning
1 parent a4905b3 commit edede7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

atom/browser/ui/cocoa/NSColor+Hex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
@interface NSColor(Hex)
1515

16-
+ (NSColor*) colorWithWebColorString:(NSString*)color;
17-
+ (NSColor*) colorWithHexColorString:(NSString*)hex;
16+
+ (NSColor*)colorWithWebColorString:(NSString*)color;
17+
+ (NSColor*)colorWithHexColorString:(NSString*)hex;
1818

1919
@end
2020

script/cpplint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'),
1515
os.path.join('atom', 'browser', 'ui', 'cocoa',
1616
'touch_bar_forward_declarations.h'),
17+
os.path.join('atom', 'browser', 'ui', 'cocoa', 'NSColor+Hex.h'),
18+
os.path.join('atom', 'browser', 'ui', 'cocoa', 'NSString+ANSI.h'),
1719
os.path.join('atom', 'common', 'api', 'api_messages.h'),
1820
os.path.join('atom', 'common', 'common_message_generator.cc'),
1921
os.path.join('atom', 'common', 'common_message_generator.h'),

0 commit comments

Comments
 (0)