summaryrefslogtreecommitdiff
path: root/src/util/wire.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/wire.ts')
-rw-r--r--src/util/wire.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/wire.ts b/src/util/wire.ts
index 757ba9266..21ad600fc 100644
--- a/src/util/wire.ts
+++ b/src/util/wire.ts
@@ -14,7 +14,6 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-
/**
* Display and manipulate wire information.
*
@@ -50,4 +49,3 @@ export function summarizeWire(w: any): string {
return i18n.str`Unknown Wire Detail`;
}
}
-