Skip to content

Commit

Permalink
Mod: Format files with black.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jan 11, 2024
1 parent 2fd96ab commit 65c9ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/utils/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def _check_java_version(version_str: str, min_major: int, max_major: int) -> boo
version.minor = version.patch
version.patch = 0 # unknown patch, but it does not matter here

return Version(min_major) <= version < Version(max_major+1)
return Version(min_major) <= version < Version(max_major + 1)

0 comments on commit 65c9ce3

Please sign in to comment.