Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Juwon Hwang (Kevin) <[email protected]>
  • Loading branch information
juwon8891 committed Oct 8, 2024
1 parent 02e5a30 commit bdccbd3
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ tcp:
port: 8082
ipFamily: dual
routes:
- name: tcp-route-dual
destination:
name: tcp-route-dual-dest
settings:
- endpoints:
- host: 192.168.1.2
- host: '2001:db8::2'
- name: tcp-route-dual
destination:
name: tcp-route-dual-dest
settings:
- endpoints:
- host: 192.168.1.2
- host: '2001:db8::2'

Check failure on line 13 in internal/xds/translator/testdata/in/xds-ir/tcp-listener-ipfamily.yaml

View workflow job for this annotation

GitHub Actions / lint

13:38 [new-line-at-end-of-file] no new line character at the end of file

Check failure on line 13 in internal/xds/translator/testdata/in/xds-ir/tcp-listener-ipfamily.yaml

View workflow job for this annotation

GitHub Actions / lint

13:38 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit bdccbd3

Please sign in to comment.