From d8a76d19683a458b807e1a07b587dcdefdf53f0b Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Tue, 20 Sep 2016 22:17:28 +0200
Subject: [PATCH] Sanitize master.

---
 src/core/ext/census/tracing.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c
index 18f8daa176..8f0e12296d 100644
--- a/src/core/ext/census/tracing.c
+++ b/src/core/ext/census/tracing.c
@@ -35,8 +35,6 @@
 
 #include <grpc/census.h>
 
-
-
 /* TODO(aveitch): These are all placeholder implementations. */
 
 // int census_trace_mask(const census_context *context) {
-- 
GitLab