Skip to content

Commit 51688e5

Browse files
committed
ruff format
1 parent 0d1e012 commit 51688e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server_common/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_macro_values() -> Dict[str, str]:
4848
print("Defined macros: " + str(macros))
4949
return macros
5050

51+
5152
MACROS = {
5253
"$(MYPVPREFIX)": os.environ.get("MYPVPREFIX", ""),
5354
"$(EPICS_KIT_ROOT)": os.environ.get("EPICS_KIT_ROOT", ""),

0 commit comments

Comments
 (0)