Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 7, 2024
1 parent 770779c commit bc43f5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ class K4generatorsconfig(CMakePackage):

version("main", branch="main")

version("0.1", sha256="0309f25bc4149de8c17a4615146074ece46f6f384a152e0fd05853ec652d9ad4")
version(
"0.1", sha256="0309f25bc4149de8c17a4615146074ece46f6f384a152e0fd05853ec652d9ad4"
)

depends_on("podio")
depends_on("edm4hep")
Expand Down

0 comments on commit bc43f5e

Please sign in to comment.