Skip to content

Commit

Permalink
[style] fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
MchKosticyn committed May 27, 2024
1 parent 6871fb7 commit 91289cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VSharp.API/VSharpOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public readonly record struct VSharpOptions
private const string DefaultOutputDirectory = "";
private const string DefaultRenderedTestsDirectory = "";
private const bool DefaultRenderTests = false;
private const SearchStrategy DefaultSearchStrategy = SearchStrategy.BFS;
private const SearchStrategy DefaultSearchStrategy = SearchStrategy.ExecutionTreeContributedCoverage;
private const Verbosity DefaultVerbosity = Verbosity.Quiet;
private const uint DefaultRecursionThreshold = 0u;
private const ExplorationMode DefaultExplorationMode = ExplorationMode.Sili;
Expand Down
1 change: 0 additions & 1 deletion VSharp.Explorer/Explorer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type private SVMExplorer(explorationOptions: ExplorationOptions, statistics: SVM
let emptyState = Memory.EmptyIsolatedState()
let interpreter = ILInterpreter()


do
if options.visualize then
DotVisualizer explorationOptions.outputDirectory :> IVisualizer |> Application.setVisualizer
Expand Down
1 change: 0 additions & 1 deletion VSharp.Runner/RunnerProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.Invocation;
using System.Diagnostics;
using System.IO;
using System.Linq;
Expand Down

0 comments on commit 91289cb

Please sign in to comment.