Skip to content

Commit

Permalink
.*: Add missing a newline at the end (#7644)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshitachandwani authored Sep 18, 2024
1 parent 11c44fb commit ac41314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/features/metadata_interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ func SomeStreamInterceptor(srv interface{}, ss grpc.ServerStream, info *grpc.Str

return handler(srv, &wrappedStream{ss, ctx})
}
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ go run server/main.go

```
go run client/main.go
```
```
2 changes: 1 addition & 1 deletion security/advancedtls/testdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ commands we run:
```
$ openssl verify -verbose -CAfile ca_cert.pem subject_cert.pem
```
```

0 comments on commit ac41314

Please sign in to comment.