Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Nov 20, 2024
1 parent fafe16b commit fb2d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pythonlib/basic/1-simple/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object qux extends PythonModule { q =>

object test extends PythonTests with TestModule.Unittest
object test2 extends PythonTests with TestModule.Pytest {
override def sources = T{
override def sources = T {
q.test.sources()
}
}
Expand Down

0 comments on commit fb2d1b7

Please sign in to comment.