Skip to content

Commit

Permalink
refactor: removed limitedstring from theme module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 4a316863a4281ffe7c2665d7a3770e4815b79b1f1c39ca4986cfa4ec0c3219a3
  • Loading branch information
thindil committed Jan 21, 2024
1 parent ff67efc commit a20daf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Bartek Jasicki
# Copyright © 2023-2024 Bartek Jasicki
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -32,7 +32,7 @@ import std/[strutils, terminal]
import contracts, nimalyzer, termstyle
import norm/[model, pragmas, sqlite]
# Internal imports
import logger, lstring, resultcode
import logger, resultcode

type
ColorName* = enum
Expand Down

0 comments on commit a20daf4

Please sign in to comment.