code cleanup
This commit is contained in:
parent
99ab384ade
commit
e705d0d286
@ -6,8 +6,8 @@ using Serilog;
|
||||
using ShellProgressBar;
|
||||
using Directory = System.IO.Directory;
|
||||
|
||||
namespace PhotoRenamer
|
||||
{
|
||||
namespace PhotoRenamer;
|
||||
|
||||
internal class Renamer
|
||||
{
|
||||
private readonly ProgressBarOptions _childOptions;
|
||||
@ -124,4 +124,3 @@ namespace PhotoRenamer
|
||||
return folder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
namespace PhotoRenamer.Types
|
||||
{
|
||||
namespace PhotoRenamer.Types;
|
||||
|
||||
public record MediaFile(string Path, DateTime CreationDate);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user