Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Oct 29, 2023
1 parent fb8bd85 commit 9ed526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ test('Earthly CI', function (t) {

function assertVendorConstants (expect, ci, t) {
ci._vendors.forEach(function (constant) {
let bool = constant === expect
const bool = constant === expect
t.equal(ci[constant], bool, 'ci.' + constant)
})
}

0 comments on commit 9ed526c

Please sign in to comment.