Skip to content

Commit b5d8378

Browse files
chore: sort the new workspace member, add the missing trailing newlines
tests/examples/boost-ext.ut went in at the head of [workspace].members; the list is alphabetical, so it belongs between asio-ssl and build-mcpp. The two new member files were also missing their final newline, unlike every comparable file in the tree. Co-authored-by: SPeak Agent <248744407+speak-agent@users.noreply.github.com>
1 parent 8ee7364 commit b5d8378

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# mcpp .agents/docs/2026-06-30-workspace-test-and-zero-shell-index-design.md.
88
[workspace]
99
members = [
10-
"tests/examples/boost-ext.ut",
1110
"tests/examples/archive",
1211
"tests/examples/asio-module",
1312
"tests/examples/asio-ssl",
13+
"tests/examples/boost-ext.ut",
1414
"tests/examples/build-mcpp",
1515
"tests/examples/catch2",
1616
"tests/examples/catch2-main",

tests/examples/boost-ext.ut/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name = "boost-ext-ut-tests"
1212
version = "0.1.0"
1313

1414
[dependencies.boost-ext]
15-
ut = "2.3.1"
15+
ut = "2.3.1"

tests/examples/boost-ext.ut/tests/ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ int main() {
2020
};
2121

2222
return 0;
23-
}
23+
}

0 commit comments

Comments
 (0)