Skip to content

Commit f6a0dcd

Browse files
committed
🐛 update strip content processor
1 parent 888e93c commit f6a0dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moban/plugins/strip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
@ContentProcessor("strip", "Stripping", "Stripped")
5-
def strip(content: str) -> str:
5+
def strip(content: str, _: dict) -> str:
66
"""Works like 'copy', but strip empty spaces before and after"""
77
return content.strip()

0 commit comments

Comments
 (0)