Fixed classes format

This commit is contained in:
2021-03-24 17:16:12 +07:00
parent 649f25b265
commit 05f41dac54
5 changed files with 10 additions and 6 deletions

View File

@@ -16,4 +16,4 @@ abstract class MutableConfigurationProvider implements ConfigurationProvider {
/// Allow to remove all values from config values
void removeAll();
}
}