Skip to content

Commit 135a072

Browse files
committed
Always use two newlines between functions
1 parent 7ee833c commit 135a072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dropmsg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def usage():
3636
-s: Messages with the given envelope sender's address or DSNs to that address''' % quarantine)
3737

3838

39-
4039
def drop(cf, df):
4140
qcf = os.path.join(quarantine, os.path.basename(cf))
4241
qdf = os.path.join(quarantine, os.path.basename(df))
@@ -98,5 +97,6 @@ def main():
9897

9998
search(auth, ip, sender)
10099

100+
101101
if __name__ == '__main__':
102102
main()

0 commit comments

Comments
 (0)