Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Nov 13, 2024
1 parent cf6ed4b commit c33c03a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ namespace TspTest.LongRunning {
}
}

@useDependency(Azure.Core.Versions.v1_0_Preview_2, TspTest.LongRunning.ApiVersions.v2022_06_01_preview)
@useDependency(
Azure.Core.Versions.v1_0_Preview_2,
TspTest.LongRunning.ApiVersions.v2022_06_01_preview
)
namespace TspTest.NonService {
@route("/poll")
@get
Expand Down

0 comments on commit c33c03a

Please sign in to comment.