Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Dec 7, 2020
1 parent e47de8f commit 920af81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/common/Viewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,7 @@ export default class Viewer extends Component {
);
}
// Convert object to ArrayBuffer
let responseBuffered =
response.compressedColor.toArrayBuffer();
let responseBuffered = response.compressedColor.toArrayBuffer();

// Uncompress
if (response.hasAddCompressionLayer) {
Expand Down

0 comments on commit 920af81

Please sign in to comment.