1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

unreachable break

This commit is contained in:
Kyle Spearrin
2017-10-25 15:32:07 -04:00
parent 58fe7dcda4
commit 19f00ebc9c

View File

@@ -109,7 +109,6 @@
break; break;
default: default:
continue; continue;
break;
} }
exportCiphers.push(cipher); exportCiphers.push(cipher);