Skip to content

Commit

Permalink
chore(common/web): pulling in review suggestion wrt initVisualKeyboar…
Browse files Browse the repository at this point in the history
…dKey()
  • Loading branch information
markcsinclair committed Dec 10, 2024
2 parents d311bf7 + 2a7ff5c commit 952af47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/web/types/tests/kvk/kvk-file-writer.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ function initVisualKeyboardKey(
bitmap: number[] = null,
): VisualKeyboardKey {
const vkk: VisualKeyboardKey = {
vkey: vkey,
flags: flags,
shift: shift,
text: text,
vkey,
flags,
shift,
text,
bitmap: bitmap ? new Uint8Array(bitmap) : null,
};
return vkk;
Expand Down

0 comments on commit 952af47

Please sign in to comment.