Skip to content

Commit

Permalink
fix: frontend: code style
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Feb 22, 2021
1 parent 55b4449 commit e540525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Rtty.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
const buf: Array<Buffer> = new Array<Buffer>();
const b = Buffer.alloc(4);
b.writeUInt32BE(file.size, 0)
b.writeUInt32BE(file.size, 0);
buf.push(b);
buf.push(Buffer.from(file.name));
Expand Down

0 comments on commit e540525

Please sign in to comment.