Adding a new line at the end of the file
diff --git a/examples/cpp/keyvaluestore/caching_interceptor.h b/examples/cpp/keyvaluestore/caching_interceptor.h
index 393212b..a5d130d 100644
--- a/examples/cpp/keyvaluestore/caching_interceptor.h
+++ b/examples/cpp/keyvaluestore/caching_interceptor.h
@@ -125,4 +125,4 @@
       grpc::experimental::ClientRpcInfo* info) override {
     return new CachingInterceptor(info);
   }
-};
\ No newline at end of file
+};