jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/403770 )
Change subject: Fix another lint issue
......................................................................
Fix another lint issue
I ran into these when trying to commit my patches. I run the pre-commit
hook, which runs lint automatically.
Change-Id: Icb8b88f6b69837703b0c293d5596871aeafa2337
---
M test/diff/diff.js
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Mholloway: Looks good to me, approved
diff --git a/test/diff/diff.js b/test/diff/diff.js
index 85ff7d9..994486b 100644
--- a/test/diff/diff.js
+++ b/test/diff/diff.js
@@ -50,7 +50,7 @@
for (const spec of testSpec.TEST_SPECS) {
it(`${spec.testName()}`, () => {
return preq.get({ uri: buildUri(spec.uriPath()),
- headers: 'cache-control: no-cache' })
+ headers: 'cache-control: no-cache' })
.then((rsp) => {
const content =
fs.readFileSync(spec.filePath(), 'utf8');
spec.postProcessing(rsp);
--
To view, visit https://gerrit.wikimedia.org/r/403770
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icb8b88f6b69837703b0c293d5596871aeafa2337
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mobileapps
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Fjalapeno <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Mhurd <[email protected]>
Gerrit-Reviewer: Ppchelko <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits