Skip to content

Commit eceb93a

Browse files
committed
codestyle hotfix
1 parent 5e18243 commit eceb93a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.0+1] - 26.03.2020
2+
3+
Codestyle hotfix
4+
15
## [2.2.0] - 26.03.2020
26

37
Features:

lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Config {
2828
final Map<dynamic, dynamic> configFields = config[ConfigFieldType.FIELDS];
2929
final Map<dynamic, dynamic> extensions = config[ConfigFieldType.EXTENSIONS] ?? {};
3030
Map<dynamic, dynamic> extension = {};
31-
String extensionName = null;
31+
String extensionName;
3232

3333
if (devExtension != null && args[devExtension]) {
3434
extensionName = devExtension;

0 commit comments

Comments
 (0)