Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
lina128 committed Jan 5, 2022
1 parent 9ede46d commit afc1e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfjs-backend-webgl/src/backend_webgl_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,5 +780,5 @@ describeWithFlags('custom canvas ', WEBGL_ENVS, () => {
expect(data).toEqual([4]);

tf.removeBackend(customBackendName);
})
});
});

0 comments on commit afc1e85

Please sign in to comment.