remove unnecessary blank lines

This commit is contained in:
suhas2go
2016-12-17 19:12:24 +05:30
parent 26e5aa6c2e
commit 0a051cbfbf

View File

@@ -814,7 +814,4 @@ class FileItem(TreeItem):
else: # returns description of the match ranging from bad to excellent
return FileItem.match_icons_info[int(file.similarity * 5 + 0.5)]
elif file.state == File.PENDING:
return N_("Pending")
return N_("Pending")