提交 7bd29ec1 编写于 作者: S Sam Harwell

Add missing newline at EOF in *.csx

上级 23e981bc
......@@ -73,4 +73,4 @@ while (low != high)
}
}
Console.WriteLine($"Break even point: {low}");
\ No newline at end of file
Console.WriteLine($"Break even point: {low}");
......@@ -25,4 +25,4 @@ private static async Task<string> GetAccessToken(string authority, string resour
var authResult = await ctx.AcquireTokenAsync(resource, clientCred);
return authResult.AccessToken;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册