mdedetrich commented on code in PR #33:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/33#discussion_r1125434617
##########
google-cloud-bigquery-storage/src/test/resources/application.conf:
##########
@@ -1 +1,3 @@
+# SPDX-License-Identifier: Apache-2.0
+
akka.http.server.preview.enable-http2 = on
Review Comment:
> 2 blanks lines before the actual configs?
I would keep it consistent, which would mean always one line after the
header and before the actual config, i.e.
```conf
# SPDX-License-Identifier: Apache-2.0
akka {
...
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]