Bug 136657 - Web Inspector: Fix ESLint no-trailing-spaces warnings
Summary: Web Inspector: Fix ESLint no-trailing-spaces warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 20:11 PDT by Joseph Pecoraro
Modified: 2014-09-09 12:57 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (54.19 KB, patch)
2014-09-08 20:15 PDT, Joseph Pecoraro
aestes: review+
aestes: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>