Bug 136657

Summary: Web Inspector: Fix ESLint no-trailing-spaces warnings
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, timothy, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix aestes: review+, aestes: commit-queue-

Description Joseph Pecoraro 2014-09-08 20:11:21 PDT
ESLint catches a lot of trailing whitespace in Web Inspector code.
Comment 1 Joseph Pecoraro 2014-09-08 20:15:29 PDT
Created attachment 237831 [details]
[PATCH] Proposed Fix
Comment 2 Andy Estes 2014-09-09 10:00:45 PDT
Comment on attachment 237831 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=237831&action=review

> Source/WebInspectorUI/UserInterface/Base/Utilities.js:586
> + 

Oops?
Comment 3 Joseph Pecoraro 2014-09-09 12:41:30 PDT
Comment on attachment 237831 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=237831&action=review

>> Source/WebInspectorUI/UserInterface/Base/Utilities.js:586
>> + 
> 
> Oops?

Hahah, good catch.
Comment 4 Joseph Pecoraro 2014-09-09 12:57:31 PDT
<http://trac.webkit.org/changeset/173436>