Skip to content

Commit

Permalink
!minor format update
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 26, 2023
1 parent ec494b7 commit 9f2b1ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ indent_size = 2

[*.{md,rst}]
trim_trailing_whitespace = false

[LICENSE]
insert_final_newline = false

[Makefile]
indent_style = tab
2 changes: 1 addition & 1 deletion scandale/probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class InformBehav(OneShotBehaviour):
async def run(self):
print("InformBehav running")

# Send a subscription request
# Send a subscription request
self.presence.subscribe(self.config["up_agent"])

try:
Expand Down

0 comments on commit 9f2b1ab

Please sign in to comment.