style: remove unnecessary eslint comment (#4758)

This commit is contained in:
Carter
2020-08-29 04:05:33 -06:00
committed by GitHub
parent a363b90fa5
commit 74ebb650df

View File

@@ -40,7 +40,6 @@ class SnowflakeUtil {
);
}
if (INCREMENT >= 4095) INCREMENT = 0;
// eslint-disable-next-line max-len
const BINARY = `${(timestamp - EPOCH).toString(2).padStart(42, '0')}0000100000${(INCREMENT++)
.toString(2)
.padStart(12, '0')}`;