mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Bit of naming cleanup
This commit is contained in:
parent
347e1a84e5
commit
40dd85eb38
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ module Spectator
|
||||||
io << '"'
|
io << '"'
|
||||||
|
|
||||||
# Add source if it's available.
|
# Add source if it's available.
|
||||||
if (s = source)
|
if (sourse = self.source)
|
||||||
io << " @ "
|
io << " @ "
|
||||||
io << s
|
io << source
|
||||||
end
|
end
|
||||||
|
|
||||||
io << result
|
io << result
|
||||||
|
|
Loading…
Reference in a new issue