From 98385b43a90e841be684348d20579875579f2e27 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 15 Feb 2026 15:39:56 -0500 Subject: [PATCH] format --- examples/dune | 8 ++++---- src/eio/dune | 12 +++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/examples/dune b/examples/dune index 78350f9a..5e139283 100644 --- a/examples/dune +++ b/examples/dune @@ -73,10 +73,10 @@ ; produce an embedded FS (library - (name echo_vfs) - (modules vfs) - (wrapped false) - (libraries tiny_httpd)) + (name echo_vfs) + (modules vfs) + (wrapped false) + (libraries tiny_httpd)) (rule (targets vfs.ml) diff --git a/src/eio/dune b/src/eio/dune index 37431aba..11100ed1 100644 --- a/src/eio/dune +++ b/src/eio/dune @@ -1,8 +1,6 @@ - (library - (name tiny_httpd_eio) - (public_name tiny_httpd_eio) - (synopsis "An EIO-based backend for Tiny_httpd") - (flags :standard -safe-string -warn-error -a+8) - (libraries tiny_httpd eio eio.unix)) - + (name tiny_httpd_eio) + (public_name tiny_httpd_eio) + (synopsis "An EIO-based backend for Tiny_httpd") + (flags :standard -safe-string -warn-error -a+8) + (libraries tiny_httpd eio eio.unix))