Formatting.
[cl-mock.git] / src / package.lisp
index 498b4e1..a499a26 100644 (file)
@@ -1,14 +1,14 @@
-;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
+;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
 
 (in-package #:cl-user)
 \f
 (defpackage #:cl-mock
   (:use #:closer-common-lisp #:alexandria)
   (:import-from #:arnesi #:with-collector)
-  (:export ;;; regular functions
+  (:export ;; regular functions
            #:progf
            #:dflet
 
-           ;;; mocking of regular functions
-           ;;; mocking of generic functions
+           ;; mocking of regular functions
+           ;; mocking of generic functions
            ))