Skip to content

Commit

Permalink
Fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anchouls committed Jan 3, 2024
1 parent 50894b3 commit 252eaef
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InliningCode/MiddleManCodeSmell/lesson-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ type: framework
custom_name: Middle Man code smell
content:
- Theory
- PracticePractice
- Practice
is_template_based: false
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ configure(subprojects.filter { it.name != "util" }) {
}
}

configure(subprojects.filter { it.name.endsWith("Practice") }) {
configure(subprojects.filter { it.name.endsWith("Practice") || it.name.endsWith("task") }) {
plugins.apply("org.jetbrains.intellij")

intellij {
Expand Down

0 comments on commit 252eaef

Please sign in to comment.