Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 26, 2024
1 parent 5d12daa commit d05ffe7
Show file tree
Hide file tree
Showing 193 changed files with 750 additions and 703 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ cython_debug/
# frontend

# dependencies
frontend/node_modules
frontend/node_modules
2 changes: 1 addition & 1 deletion examples/test_gpu_bartender.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
],
"settings": {}
}
}
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ document.addEventListener('DOMContentLoaded', () => {
document.body.removeChild(a);
URL.revokeObjectURL(url);
}
});
});
2 changes: 1 addition & 1 deletion frontend/src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ footer {
.calculator {
grid-template-columns: 1fr;
}
}
}
Loading

0 comments on commit d05ffe7

Please sign in to comment.