3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Merge pull request from delcypher/fix_stray_uft8_bom

Fixed stray UTF-8 Byte order mark in ``InterpolationContext.cs``.
This commit is contained in:
Nikolaj Bjorner 2015-12-01 05:21:00 +13:00
commit f68c1d755f

View file

@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation
--*/
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;