Skip to content

Commit 130ccbe

Browse files
committed
Fix typo
1 parent 42f1e72 commit 130ccbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mithril-aggregator/src/database/provider/epoch_setting.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl<'conn> Provider<'conn> for UpdateEpochSettingProvider<'conn> {
190190
}
191191
}
192192

193-
/// Provider to remove old data from theepoch_setting table
193+
/// Provider to remove old data from the epoch_setting table
194194
pub struct DeleteEpochSettingProvider<'conn> {
195195
connection: &'conn Connection,
196196
}
@@ -249,6 +249,7 @@ impl<'conn> DeleteEpochSettingProvider<'conn> {
249249
self.find(filters)
250250
}
251251
}
252+
252253
/// Service to deal with epoch settings (read & write).
253254
pub struct EpochSettingStore {
254255
connection: Arc<Mutex<Connection>>,

0 commit comments

Comments
 (0)