Skip to content

Commit b4084b5

Browse files
committed
Clean up
1 parent 2125136 commit b4084b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification/dependencies/fmt/fmt.gobra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ preserves forall i int :: { &v[i] } 0 <= i && i < len(v) ==> acc(&v[i], R55)
2323
// The following precondition cannot be adequately captured in Gobra.
2424
// preserves forall i int :: 0 <= i && i < len(v) ==> definitions.IsOfPrimitiveType(v[i])
2525
decreases _
26-
func Sprintf(format string, v ...interface{}) (res string)
26+
func Sprintf(format string, v ...interface{}) string
2727

2828
type Stringer interface {
2929
pred Mem()

0 commit comments

Comments
 (0)