From 12cb466d525e1a921abc203abd0fa263ff2f12f7 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Wed, 10 Sep 2025 21:40:40 +0800 Subject: [PATCH] Fix formatting in Database initialization --- ethdb/pebble/pebble.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ethdb/pebble/pebble.go b/ethdb/pebble/pebble.go index 884e660de3..8abe7d4bc7 100644 --- a/ethdb/pebble/pebble.go +++ b/ethdb/pebble/pebble.go @@ -218,9 +218,9 @@ func New(file string, cache int, handles int, namespace string, readonly bool) ( memTableSize = maxMemTableSize - 1 } db := &Database{ - fn: file, - log: logger, - quitChan: make(chan chan error), + fn: file, + log: logger, + quitChan: make(chan chan error), namespace: namespace, // Use asynchronous write mode by default. Otherwise, the overhead of frequent fsync