Skip to content

Commit

Permalink
Fixc whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 22, 2024
1 parent 5130613 commit 80f9c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/create/exercises.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import std/[sets, options, os, strformat]
import ".."/[cli, helpers, logger, fmt/exercises, fmt/track_config,
import ".."/[cli, helpers, logger, fmt/exercises, fmt/track_config,
sync/probspecs, sync/sync, sync/sync_common, sync/sync_filepaths,
sync/sync_metadata, types_exercise_config, types_track_config, uuid/uuid]

Expand Down Expand Up @@ -56,7 +56,7 @@ proc syncExercise(conf: Conf, slug: Slug,) =
proc setAuthor(conf: Conf, slug: Slug, trackDir: string, exerciseKind: ExerciseKind) =
let configPath = trackDir / "exercises" / $exerciseKind / $slug / ".meta" / "config.json"
var exerciseConfig = ExerciseConfig.init(exerciseKind, configPath)
let formattedConfig =
let formattedConfig =
case exerciseKind
of ekConcept:
exerciseConfig.c.authors.add conf.action.author
Expand Down

0 comments on commit 80f9c80

Please sign in to comment.