Skip to content

Commit b8e08ff

Browse files
committed
break build
1 parent cee6c3a commit b8e08ff

File tree

1 file changed

+1
-1
lines changed
  • libs/core/src/sim_sci_test_monorepo/core

1 file changed

+1
-1
lines changed

libs/core/src/sim_sci_test_monorepo/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def __init__(self, name: str):
2020
self.name = name
2121

2222
def greet(self) -> str:
23-
return f"Core utility {self.name} is now ready!"
23+
return f"Core utility {self.name} is ready!"

0 commit comments

Comments
 (0)