From b0bc50a75c4bf46cd48f179fcca6f41a70ca8fec Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 30 Nov 2015 14:37:19 +0000 Subject: [PATCH] Fixed stray UTF-8 Byte order mark in ``InterpolationContext.cs``. Old versions of the mono compiler don't like it. --- src/api/dotnet/InterpolationContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dotnet/InterpolationContext.cs b/src/api/dotnet/InterpolationContext.cs index 595023b69..17e92a40e 100644 --- a/src/api/dotnet/InterpolationContext.cs +++ b/src/api/dotnet/InterpolationContext.cs @@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation --*/ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text;