Skip to content

Commit cfb2175

Browse files
committed
Fix ruff formatting
1 parent 1919826 commit cfb2175

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sidemantic/adapters/sidemantic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def substitute_env_vars(content: str) -> str:
3737
>>> substitute_env_vars('host: ${MISSING:-default}')
3838
'host: default'
3939
"""
40+
4041
# Pattern for ${ENV_VAR} or ${ENV_VAR:-default}
4142
def replace_var(match):
4243
var_expr = match.group(1)

0 commit comments

Comments
 (0)