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/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 58afde3..8db88f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export { portJConfig, portKConfig, portLConfig, - PinState + PinState, } from './peripherals/gpio'; export { AVRUSART, usart0Config } from './peripherals/usart'; export * from './peripherals/twi'; -- cgit v1.2.3