Skip to content

Commit 9a46e6e

Browse files
committed
Fix last issues
1 parent 7aac086 commit 9a46e6e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

RetailCoder.VBE/Navigation/CodeMetrics/CodeMetricsViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public class CodeMetricsViewModel : ViewModelBase, IDisposable
1414
private readonly ICodeMetricsAnalyst _analyst;
1515

1616
public CodeMetricsViewModel(RubberduckParserState state, ICodeMetricsAnalyst analyst)
17-
1817
{
1918
_state = state;
2019
_analyst = analyst;
@@ -35,7 +34,6 @@ public void Dispose()
3534
{
3635
_state.StateChanged -= OnStateChanged;
3736
}
38-
3937

4038
private IEnumerable<ModuleMetricsResult> _moduleMetrics;
4139
public IEnumerable<ModuleMetricsResult> ModuleMetrics {

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<Compile Include="UI\Controls\EmptyUIRefresh.xaml.cs">
432432
<DependentUpon>EmptyUIRefresh.xaml</DependentUpon>
433433
</Compile>
434-
<Compile Include="UI\Converters\SubractionConverter.cs" />
434+
<Compile Include="UI\Converters\SubtractionConverter.cs" />
435435
<Compile Include="UI\EnvironmentProvider.cs" />
436436
<Compile Include="UI\Inspections\AggregateInspectionResult.cs" />
437437
<Compile Include="UI\ModernFolderBrowser.cs" />

0 commit comments

Comments
 (0)