Skip to content

Commit

Permalink
style: rm unused template string
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 24, 2024
1 parent 5828c32 commit 2a76335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picker/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
content: JSON.stringify(data, null, 2),
},
{
title: `Drive.Files.Get response`,
title: "Drive.Files.Get response",
content: JSON.stringify(driveFilesGetResponse, null, 2),
},
]) {
Expand Down

0 comments on commit 2a76335

Please sign in to comment.