Skip to content

Commit 9d91d04

Browse files
committed
refactor code.
1 parent b3412fa commit 9d91d04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/toolkit/intellij/sqlserver/properties/SqlServerPropertyViewProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public boolean accept(@NotNull Project project, @NotNull VirtualFile virtualFile
2525
@NotNull
2626
@Override
2727
public FileEditor createEditor(@NotNull Project project, @NotNull VirtualFile virtualFile) {
28-
SqlServerPropertyView propertyView = new SqlServerPropertyView();
29-
return propertyView;
28+
return new SqlServerPropertyView();
3029
}
3130

3231
@NotNull

0 commit comments

Comments
 (0)