Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Sep 27, 2024
1 parent 004d71d commit dc9e3f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ export interface Metadata {
Products?: string[];
Locations?: string[];
'Original Filename'?: string;
}
}
1 change: 0 additions & 1 deletion test/filingWorkflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ test('filing workflow', (t) => {
t.is(result.filename, `Bob Foods, LLC_Location A_Honey Glaze_Certificate of Insurance`, 'Non-ticket filename invalid')
t.is(result.path, '/trellis/trading-partners/Bob Foods, LLC/Shared to Smithfield/Certificate of Insurance', 'Non-ticket path invalid')
});

0 comments on commit dc9e3f0

Please sign in to comment.