Skip to content

Commit 5592488

Browse files
authored
Sort
1 parent 61feef0 commit 5592488

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

implementations.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,24 @@
302302
"logCompaction": false
303303
}
304304
},
305+
{
306+
"repoURL": "https://github.com/WhatsApp/waraft",
307+
"name": "waraft",
308+
"authors": [
309+
{
310+
"name": "WhatsApp",
311+
"github": "whatsapp"
312+
}
313+
],
314+
"language": "Erlang",
315+
"license": "Apache-2.0",
316+
"features": {
317+
"basic": true,
318+
"membershipChanges": true,
319+
"logCompaction": true,
320+
"persistence": true
321+
}
322+
},
305323
{
306324
"repoURL": "https://github.com/aaronp/riff",
307325
"name": "Riff",
@@ -2822,23 +2840,5 @@
28222840
"logCompaction": true,
28232841
"persistence": true
28242842
}
2825-
},
2826-
{
2827-
"repoURL": "https://github.com/WhatsApp/waraft",
2828-
"name": "waraft",
2829-
"authors": [
2830-
{
2831-
"name": "WhatsApp",
2832-
"github": "whatsapp"
2833-
}
2834-
],
2835-
"language": "Erlang",
2836-
"license": "Apache-2.0",
2837-
"features": {
2838-
"basic": true,
2839-
"membershipChanges": true,
2840-
"logCompaction": true,
2841-
"persistence": true
2842-
}
28432843
}
28442844
]

0 commit comments

Comments
 (0)