Internal change

PiperOrigin-RevId: 784337003
diff --git a/src/google/protobuf/parse_context.h b/src/google/protobuf/parse_context.h
index 12f3350..9650268 100644
--- a/src/google/protobuf/parse_context.h
+++ b/src/google/protobuf/parse_context.h
@@ -312,6 +312,7 @@
     return res.second;
   }
 
+
   const char* InitFrom(absl::string_view flat) {
     overall_limit_ = 0;
     if (flat.size() > kSlopBytes) {