Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jan 27, 2024
1 parent f932d60 commit 1b90f44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MetadataExtractor/Formats/Exif/ExifDescriptorBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ protected ExifDescriptorBase(T directory)

public override string? GetDescription(int tagType)
{
// TODO order case blocks and corresponding methods in the same order as the TAG_* values are defined

#pragma warning disable format

return tagType switch
Expand Down

0 comments on commit 1b90f44

Please sign in to comment.