@@ -107,7 +107,7 @@ |
||
107 | 107 | { |
108 | 108 | if (! Features::enabled(Features::torchlight())) { |
109 | 109 | return $result->skip('Check a Torchlight API token is set') |
110 | - ->withTip('Torchlight is an API for code syntax highlighting. You can enable it in the Hyde config.'); |
|
110 | + ->withTip('Torchlight is an API for code syntax highlighting. You can enable it in the Hyde config.'); |
|
111 | 111 | } |
112 | 112 | |
113 | 113 | if (config('torchlight.token') !== null) { |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | - /* |
|
3 | + /* |
|
4 | 4 | |-------------------------------------------------------------------------- |
5 | 5 | | Torchlight |
6 | 6 | |-------------------------------------------------------------------------- |