3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

Whitespace, newlines

This commit is contained in:
Christoph M. Wintersteiger 2017-05-10 12:44:25 +01:00
parent 79dcf03a42
commit 248dd601ae
6 changed files with 6 additions and 6 deletions

View file

@ -62,4 +62,4 @@ namespace System.Diagnostics.Contracts
public static void EndContractBlock() { }
public static T ValueAtReturn<T>(out T v) { T[] t = new T[1]; v = t[0]; return v; }
}
}
}