Skip to content

Commit 657ae5d

Browse files
Apply astyle formatting via GitHub Action
1 parent b01def9 commit 657ae5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/xtd.tunit/include/xtd/tunit/constraints/is_not_value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace xtd {
5959
else xtd::tunit::assume::is_not_empty(actual_value<actual_t>::actual(), stack_frame);
6060
return operator_value<actual_t>(self_);
6161
}
62-
62+
6363
/// @brief Asserts that value not is equal to specified expected.
6464
/// @param expected the expected value.
6565
/// @param stack_frame Contains information about current file and current line.

src/xtd.tunit/include/xtd/tunit/constraints/is_value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace xtd {
6262
else xtd::tunit::assume::is_empty(actual_value<actual_t>::actual(), stack_frame);
6363
return operator_value<actual_t>(self_);
6464
}
65-
65+
6666
/// @brief Asserts that value is equal to specified expected.
6767
/// @param expected the expected value.
6868
/// @param stack_frame Contains information about current file and current line.

0 commit comments

Comments
 (0)