Skip to content

Commit

Permalink
Bug 1561435 - Format caps/, a=automatic-formatting
Browse files Browse the repository at this point in the history
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35897
  • Loading branch information
Victor Porof committed Jul 5, 2019
1 parent 92258a4 commit ec2d712
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 221 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
],
"overrides": [{
"files": [
"caps/**",
"chrome/**",
"config/**",
"devtools/**",
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ toolkit/components/telemetry/datareporting-prefs.js
toolkit/components/telemetry/healthreport-prefs.js

# Ignore all top-level directories for now.
caps/**
chrome/**
config/**
docshell/**
Expand Down
2 changes: 1 addition & 1 deletion caps/tests/mochitest/browser_aboutOrigin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

let tests = [ "about:robots?foo", "about:robots#foo", "about:robots?foo#bar"];
let tests = ["about:robots?foo", "about:robots#foo", "about:robots?foo#bar"];
tests.forEach(async test => {
add_task(async () => {
await BrowserTestUtils.withNewTab(test, async browser => {
Expand Down
Loading

0 comments on commit ec2d712

Please sign in to comment.