From f8e346c07050e99479fa113c327ebd90a110e898 Mon Sep 17 00:00:00 2001 From: beserge Date: Wed, 21 Feb 2024 15:59:22 -0500 Subject: [PATCH] Style fix --- src/dev/oled_sh1106.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dev/oled_sh1106.h b/src/dev/oled_sh1106.h index bcde079da..7c5ecf204 100644 --- a/src/dev/oled_sh1106.h +++ b/src/dev/oled_sh1106.h @@ -5,7 +5,6 @@ namespace daisy { - /** * A driver implementation for SH1106 OLED displays */ @@ -45,8 +44,7 @@ using SH11064WireSpi128x64Driver /** * A driver for SH1106 128x64 OLED displays connected via I2C */ -using SH1106I2c128x64Driver - = SH1106Driver<128, 64, SSD130xI2CTransport>; +using SH1106I2c128x64Driver = SH1106Driver<128, 64, SSD130xI2CTransport>; }; // namespace daisy