chore: add trailing newlines (#4631)

This commit is contained in:
Kevin Wan
2025-02-07 23:39:02 +08:00
committed by GitHub
parent e347d3f8f8
commit ca797ed22c
4 changed files with 4 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ service example {
)
@handler getPath2
get / (string) returns (string)
}
}

View File

@@ -1,2 +1,2 @@
import "duplicate_path_expression_different_prefix__prefix_1.api"
import "duplicate_path_expression_different_prefix__prefix_2.api"
import "duplicate_path_expression_different_prefix__prefix_2.api"

View File

@@ -13,4 +13,4 @@ service example {
)
@handler getPath2
get / (string) returns (string)
}
}

View File

@@ -12,4 +12,4 @@ service example {
)
@handler getPath1
get / (string) returns (string)
}
}