Skip to content

Commit

Permalink
Hard wrap line
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 18, 2024
1 parent be38610 commit 0246dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/create/exercises.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import std/[sets, options, os, strformat]
import ".."/[cli, helpers, logger, fmt/track_config, sync/probspecs, sync/sync, sync/sync_filepaths, sync/sync_metadata, types_exercise_config, types_track_config, uuid/uuid]
import ".."/[cli, helpers, logger, fmt/track_config, sync/probspecs, sync/sync,
sync/sync_filepaths, sync/sync_metadata, types_exercise_config,
types_track_config, uuid/uuid]

proc verifyExerciseDoesNotExist(conf: Conf, slug: string): tuple[trackConfig: TrackConfig, trackConfigPath: string, exercise: Slug] =
let trackConfigPath = conf.trackDir / "config.json"
Expand Down

0 comments on commit 0246dae

Please sign in to comment.