Skip to content

Commit 99adb08

Browse files
fix(curriculum): adjust editable region indentation in workshop-library-manager (freeCodeCamp#63908)
1 parent 07b9a80 commit 99adb08

10 files changed

Lines changed: 10 additions & 10 deletions

curriculum/challenges/english/blocks/workshop-library-manager/67116d7584d0b469b14579bf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ assert.propertyVal(library[0], "pages", 320);
8585
```js
8686
const library = [
8787
--fcc-editable-region--
88-
88+
8989
--fcc-editable-region--
9090
];
9191
```

curriculum/challenges/english/blocks/workshop-library-manager/67116d7584d0b469b14579c2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ console.log(getBookInformation(library));
157157
console.log("\nList of book summaries:\n");
158158

159159
--fcc-editable-region--
160-
160+
161161
--fcc-editable-region--
162162
```

curriculum/challenges/english/blocks/workshop-library-manager/67116d7584d0b469b14579c3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ console.log(getBookSummaries(library));
173173
console.log("\nList of books by Arvid Kahl:\n");
174174

175175
--fcc-editable-region--
176-
176+
177177
--fcc-editable-region--
178178
```

curriculum/challenges/english/blocks/workshop-library-manager/67116d7584d0b469b14579c4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ console.log(getBooksByAuthor(library, "James Clear"));
167167
console.log("\nTotal number of pages for all library books:\n");
168168

169169
--fcc-editable-region--
170-
170+
171171
--fcc-editable-region--
172172
```
173173

curriculum/challenges/english/blocks/workshop-library-manager/681dbe48ee5df6842385d735.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ const library = [
7979
];
8080

8181
--fcc-editable-region--
82-
82+
8383
--fcc-editable-region--
8484
```

curriculum/challenges/english/blocks/workshop-library-manager/681dc1bbbf0d2e85ac499cf6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ const library = [
8383
console.log("Books in the Library:\n");
8484

8585
--fcc-editable-region--
86-
86+
8787
--fcc-editable-region--
8888
```

curriculum/challenges/english/blocks/workshop-library-manager/681dc623b2b18887266777b1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ console.log("Books in the Library:\n");
123123

124124
--fcc-editable-region--
125125
function getBookInformation(catalog) {
126-
126+
127127
}
128128
--fcc-editable-region--
129129
```

curriculum/challenges/english/blocks/workshop-library-manager/682277e2d3a05f0c5cf34d19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ function getBooksByAuthor(catalog, author) {
103103
}
104104

105105
--fcc-editable-region--
106-
106+
107107
--fcc-editable-region--
108108
```

curriculum/challenges/english/blocks/workshop-library-manager/6827deed7fc01f074c90fc0d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ function getBooksByAuthor(catalog, author) {
111111
console.log(getBooksByAuthor(library, "Arvid Kahl"));
112112

113113
--fcc-editable-region--
114-
114+
115115
--fcc-editable-region--
116116
```

curriculum/challenges/english/blocks/workshop-library-manager/6827e10547fdd308bca1c73d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ console.log("\nList of books by James Clear:\n");
104104
console.log(getBooksByAuthor(library, "James Clear"));
105105

106106
--fcc-editable-region--
107-
107+
108108
--fcc-editable-region--
109109
```

0 commit comments

Comments
 (0)