Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
style and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 1, 2023
1 parent 4977907 commit f111a35
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/project/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// See https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
// for the documentation about the c_cpp_properties.json format
"configurations": [
{
"name": "Linux",
Expand Down
2 changes: 0 additions & 2 deletions src/project/spec/example_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ context (example) {
bool la_verdad = true;

describe("Hello world") {

it("la_verdad should be true") {
should_bool(la_verdad) be equal to(true);
} end

} end

}
2 changes: 2 additions & 0 deletions src/shared/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// See https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
// for the documentation about the c_cpp_properties.json format
"configurations": [
{
"name": "Linux",
Expand Down
2 changes: 0 additions & 2 deletions src/shared/spec/example_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ context (example) {
bool la_verdad = true;

describe("Hello world") {

it("la_verdad should be true") {
should_bool(la_verdad) be equal to(true);
} end

} end

}
2 changes: 2 additions & 0 deletions src/static/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// See https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
// for the documentation about the c_cpp_properties.json format
"configurations": [
{
"name": "Linux",
Expand Down
2 changes: 0 additions & 2 deletions src/static/spec/example_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ context (example) {
bool la_verdad = true;

describe("Hello world") {

it("la_verdad should be true") {
should_bool(la_verdad) be equal to(true);
} end

} end

}

0 comments on commit f111a35

Please sign in to comment.