Skip to content

Commit

Permalink
fix: satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Brage Fuglseth committed Sep 30, 2023
1 parent 5cbfccd commit 9a42751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/Extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Extensions({ application }) {
extension_documentation.enabled = isDocumentationEnabled();
extension_vala.enabled = isValaEnabled();

for (let extension of [
for (const extension of [
extension_rust,
extension_documentation,
extension_vala,
Expand Down

0 comments on commit 9a42751

Please sign in to comment.