Skip to content

Commit a285385

Browse files
committed
Use expression bodied property
1 parent e8f8d1a commit a285385

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerWindow.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ public TestExplorerWindow(TestExplorerViewModel viewModel) : this()
1818
public TestExplorerViewModel ViewModel { get; }
1919

2020
// FIXME bare ClassId... not good
21-
public string ClassId
22-
{
23-
get { return "9CF1392A-2DC9-48A6-AC0B-E601A9802608"; }
24-
}
21+
public string ClassId => "9CF1392A-2DC9-48A6-AC0B-E601A9802608";
2522

2623
public string Caption => TestExplorer.TestExplorerWindow_Caption;
2724
}

0 commit comments

Comments
 (0)