From 5c72bc6bcc88d744b58432f6c420a6496b9b683a Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sat, 25 Jan 2020 09:55:13 -0800 Subject: [PATCH] Update AllServicesSupportExample_Startup.cs (#16714) --- .../grpc/browser/sample/AllServicesSupportExample_Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs b/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs index addb471147..8bce0aed04 100644 --- a/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs +++ b/aspnetcore/grpc/browser/sample/AllServicesSupportExample_Startup.cs @@ -14,7 +14,6 @@ // See the License for the specific language governing permissions and // limitations under the License. - using Server.Services; namespace Server