Skip to content

Commit be2b2d0

Browse files
committed
fix missing-final-newline
1 parent bf7b07f commit be2b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def config_as_yaml(self):
7171
config_yaml = get_config_as_yaml(
7272
vars(self),
7373
)
74-
return config_yaml
74+
return config_yaml

0 commit comments

Comments
 (0)