Skip to content

Commit 9e5a851

Browse files
committed
Fix whitespace
1 parent e9544b6 commit 9e5a851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/translate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
15+
1616
- name: Set Up Python 3.12
1717
uses: actions/setup-python@v4
1818
with:

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
additional_dependencies: ["style-print"]
99
pass_filenames: false
1010
verbose: true
11-
11+
1212
- repo: https://github.com/psf/black-pre-commit-mirror
1313
rev: 23.9.1
1414
hooks:

0 commit comments

Comments
 (0)