Skip to content

Commit

Permalink
Re-run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Mar 29, 2024
1 parent ae5768e commit 4713c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/commands/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StructBuffer, bits, uint16_t, uint8_t } from "@nmann/struct-buffer";
import { StructBuffer, bits, uint8_t, uint16_t } from "@nmann/struct-buffer";
import type { EachPanel } from "./inputs";

type DecodedStruct<SB extends StructBuffer> = ReturnType<SB["decode"]>;
Expand Down
2 changes: 1 addition & 1 deletion sdk/commands/data_info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StructBuffer, char, uint16_t, uint8_t } from "@nmann/struct-buffer";
import { StructBuffer, char, uint8_t, uint16_t } from "@nmann/struct-buffer";

const data_info_packet_t = new StructBuffer("data_info_packet_t", {
// Always 'I'
Expand Down

0 comments on commit 4713c12

Please sign in to comment.