Skip to content

Commit e00432c

Browse files
HipsterBrownclaude
andcommitted
chore(sdk): restore dial.hpp formatting to match main
A prior commit on this branch (2584b55) inadvertently unwrapped the deprecated dial_options() signature back to a single line because the local clang-format version (22) disagrees with the CI lint container's version (15) about this case. CI's cpp-linter job is authoritative; restoring the wrapped form makes it pass. The wrap should not be undone by future formatting on this file unless the project upgrades the lint container. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 193a910 commit e00432c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/viam/sdk/rpc/dial.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ class Options {
170170
Options& set_reconnect_every_interval(std::chrono::seconds interval);
171171

172172
[[deprecated("Please update your function calls to channel_options")]] //
173-
const boost::optional<ViamChannel::Options>& dial_options() const;
173+
const boost::optional<ViamChannel::Options>&
174+
dial_options() const;
174175

175176
const boost::optional<ViamChannel::Options>& channel_options() const;
176177

0 commit comments

Comments
 (0)