From 9ce22e49cf1110d0a8c1943877dc32e6568354cc Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 10:31:57 +0200 Subject: chore(deps): upgrade prettier reformat all code with the new prettier version --- src/peripherals/eeprom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripherals/eeprom.ts') diff --git a/src/peripherals/eeprom.ts b/src/peripherals/eeprom.ts index 045ffe8..98c2cc6 100644 --- a/src/peripherals/eeprom.ts +++ b/src/peripherals/eeprom.ts @@ -85,7 +85,7 @@ export class AVREEPROM { constructor( private cpu: CPU, private backend: EEPROMBackend, - private config: AVREEPROMConfig = eepromConfig + private config: AVREEPROMConfig = eepromConfig, ) { this.cpu.writeHooks[this.config.EECR] = (eecr) => { const { EEARH, EEARL, EECR, EEDR } = this.config; -- cgit v1.2.3