style: fix crlf -> lf
This commit is contained in:
		| @@ -1,22 +1,22 @@ | ||||
| let cfg | ||||
| let bot | ||||
| let mcData | ||||
|  | ||||
| function info() { | ||||
|     const block = bot.blockAtCursor() | ||||
|     console.log(block) | ||||
|     cfg.quiet || bot.chat([block.id, block.name]) | ||||
| } | ||||
|  | ||||
| const load = (config) => { | ||||
|     cfg = config | ||||
|     bot = cfg.bot | ||||
|     cfg.info = { | ||||
|         quiet: cfg.quiet, | ||||
|     } | ||||
|     mcData = bot.mcData || (bot.mcData = require('minecraft-data')(bot.version)) | ||||
| } | ||||
|  | ||||
| const unload = () => {} | ||||
|  | ||||
| let cfg | ||||
| let bot | ||||
| let mcData | ||||
|  | ||||
| function info() { | ||||
|     const block = bot.blockAtCursor() | ||||
|     console.log(block) | ||||
|     cfg.quiet || bot.chat([block.id, block.name]) | ||||
| } | ||||
|  | ||||
| const load = (config) => { | ||||
|     cfg = config | ||||
|     bot = cfg.bot | ||||
|     cfg.info = { | ||||
|         quiet: cfg.quiet, | ||||
|     } | ||||
|     mcData = bot.mcData || (bot.mcData = require('minecraft-data')(bot.version)) | ||||
| } | ||||
|  | ||||
| const unload = () => {} | ||||
|  | ||||
| module.exports = { load, unload, info } | ||||
		Reference in New Issue
	
	Block a user