mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
style: remove extra line
This commit is contained in:
@@ -8,7 +8,6 @@ const path = require('path');
|
||||
const Shard = require('./Shard');
|
||||
const Util = require('../util/Util');
|
||||
|
||||
|
||||
/**
|
||||
* This is a utility class that makes multi-process sharding of a bot an easy and painless experience.
|
||||
* It works by spawning a self-contained {@link ChildProcess} or {@link Worker} for each individual shard, each
|
||||
|
||||
Reference in New Issue
Block a user