GoogleCloudPlatform / functions-framework-go

FaaS (Function as a service) framework for writing portable Go functions
https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go
Apache License 2.0
464 stars 63 forks source link

add newline after "Serving Function X" #201

Closed ethanquix closed 1 year ago

ethanquix commented 1 year ago

When serving multiple function, we log this:

Serving function: "first_func"Serving function: "second_func"

This PR just add a newline to improve readability

Serving function: "first_func"
Serving function: "second_func"
google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

conventional-commit-lint-gcf[bot] commented 1 year ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

kenneth-rosario commented 1 year ago

Hello, can you open a new issue to track this?

kenneth-rosario commented 1 year ago

Closing as this change has been included in pr #206