From 109805c485dfc2724d8aeaa6c4e14ea5544fa8db Mon Sep 17 00:00:00 2001 From: tian-lt Date: Sun, 6 Jun 2021 12:47:51 +0800 Subject: [PATCH] UTF-8 BOM --- src/Calculator/Common/AppLifecycleLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/Common/AppLifecycleLogger.cs b/src/Calculator/Common/AppLifecycleLogger.cs index c3bb2554..dff96f33 100644 --- a/src/Calculator/Common/AppLifecycleLogger.cs +++ b/src/Calculator/Common/AppLifecycleLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System;