File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ define_blocks!(
165165 amd_gpu,
166166 #[ deprecated(
167167 since = "0.33.0" ,
168- note = "The block has been deprecated in favor of the the packages block"
168+ note = "The block has been deprecated in favor of the packages block"
169169 ) ]
170170 apt,
171171 backlight,
@@ -178,7 +178,7 @@ define_blocks!(
178178 disk_space,
179179 #[ deprecated(
180180 since = "0.33.0" ,
181- note = "The block has been deprecated in favor of the the packages block"
181+ note = "The block has been deprecated in favor of the packages block"
182182 ) ]
183183 dnf,
184184 docker,
@@ -201,7 +201,7 @@ define_blocks!(
201201 packages,
202202 #[ deprecated(
203203 since = "0.33.0" ,
204- note = "The block has been deprecated in favor of the the packages block"
204+ note = "The block has been deprecated in favor of the packages block"
205205 ) ]
206206 pacman,
207207 pomodoro,
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ impl HueShiftDriver for Wlsunset {
316316 // night temp: 4000K
317317 // latitude/longitude: NaN
318318 // ^ results in sun_condition == POLAR_NIGHT at time of testing
319- // With these defaults, this results in the the color temperature
319+ // With these defaults, this results in the color temperature
320320 // getting set to 4000K.
321321 spawn_process ( "pkill" , & [ "wlsunset" ] )
322322 . error ( "Failed to set new color temperature using wlsunset." )
You can’t perform that action at this time.
0 commit comments