Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Verifpal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Verifpal
Verifpal
Commits
67ad374a
Commit
67ad374a
authored
Jul 21, 2020
by
Nadim Kobeissi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary Sprintf
parent
13fbcab9
Pipeline
#623
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
cmd/vplogic/verify.go
cmd/vplogic/verify.go
+1
-3
No files found.
cmd/vplogic/verify.go
View file @
67ad374a
...
...
@@ -158,9 +158,7 @@ func verifyEnd(m Model) ([]VerifyResult, string, error) {
InfoMessage
(
fmt
.
Sprintf
(
"Verification completed for '%s' at %s."
,
fileName
,
completed
,
),
"verifpal"
,
false
)
InfoMessage
(
fmt
.
Sprintf
(
"Summary of contradicted queries, if any, will follow."
,
),
"verifpal"
,
false
)
InfoMessage
(
"Summary of contradicted queries, if any, will follow."
,
"verifpal"
,
false
)
fmt
.
Fprint
(
os
.
Stdout
,
"
\n
"
)
for
_
,
verifyResult
:=
range
valVerifyResults
{
if
verifyResult
.
Resolved
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment