From c792b8c5938bc6331dc4869c6c51dc01cde75641 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 21:59:13 +0300 Subject: style: reformat code with prettier 2.x prettier rules have changed since we upgraded to 2.x --- src/peripherals/twi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripherals/twi.ts') diff --git a/src/peripherals/twi.ts b/src/peripherals/twi.ts index ec0a206..52258a6 100644 --- a/src/peripherals/twi.ts +++ b/src/peripherals/twi.ts @@ -65,7 +65,7 @@ export const twiConfig: TWIConfig = { TWAR: 0xba, TWDR: 0xbb, TWCR: 0xbc, - TWAMR: 0xbd + TWAMR: 0xbd, }; // A simple TWI Event Handler that sends a NACK for all events -- cgit v1.2.3