Skip to content

Commit

Permalink
Remove zero-width space in ppt uniform type identifier (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarvstrand authored Nov 25, 2024
1 parent 24a79f3 commit b7220ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super_clipboard/lib/src/standard_formats.dart
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class Formats {
);

static const ppt = SimpleFileFormat(
uniformTypeIdentifiers: ['com.microsoft.powerpoint.ppt'],
uniformTypeIdentifiers: ['com.microsoft.powerpoint.ppt'],
mimeTypes: ['application/vnd.ms-powerpoint'],
);

Expand Down

0 comments on commit b7220ee

Please sign in to comment.