Skip to content

Commit a932a06

Browse files
Revert unwanted change
1 parent 17cdd9b commit a932a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/struct_tree_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe("struct tree", function () {
258258
await loadingTask.destroy();
259259
});
260260

261-
it("parses structure with some MathML in MS Office specific entry", async function() {
261+
it("parses structure with some MathML in MS Office specific entry", async function () {
262262
const filename = "bug1937438_from_word.pdf";
263263
const params = buildGetDocumentParams(filename);
264264
const loadingTask = getDocument(params);

0 commit comments

Comments
 (0)