mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 03:00:18 -06:00
removed semicolon
This commit is contained in:
@@ -49,7 +49,7 @@ public class ReplaceOriginal : Node
|
||||
{
|
||||
args.Logger?.ILog("Working file is same as original, nothing to do.");
|
||||
return 1;
|
||||
};
|
||||
}
|
||||
var wfExtension = FileHelper.GetExtension(args.WorkingFile);
|
||||
if (args.FileName.ToLower().EndsWith(wfExtension.ToLower()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user