2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

fix: removing multiple/trailing/leading whitespaces (#5022)

* fix: removing multiple/trailing/leading whitespaces

* Reverting changes in the dist directory

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Ivan Barsukov
2022-11-25 14:56:31 +01:00
committed by GitHub
parent cac6cfa6f6
commit 786b113a40
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</head>
<body class="container">
<h1>AMD</h1>
<div>
<h3>User</h3>
<div class="row">
+1 -1
View File
@@ -1,6 +1,6 @@
export default function (req, res) {
let data = '';
req.on('data', function (chunk) {
data += chunk;
});