code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -50,7 +50,7 @@ public class ConfigElementRepository : IConfigElementRepository
|
||||
}
|
||||
|
||||
public Task<Option<T>> GetValue<T>(ConfigElementKey key) =>
|
||||
Get(key).MapT(ce => (T) Convert.ChangeType(ce.Value, typeof(T)));
|
||||
Get(key).MapT(ce => (T)Convert.ChangeType(ce.Value, typeof(T)));
|
||||
|
||||
public async Task Delete(ConfigElement configElement)
|
||||
{
|
||||
@@ -73,4 +73,4 @@ public class ConfigElementRepository : IConfigElementRepository
|
||||
|
||||
return Unit.Default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user