add module header to TestMain.hs

Summary: Add a module header for more consistent style

Reviewed By: josefs

Differential Revision: D15046110

fbshipit-source-id: 0d6b03584da421c2a0cf4f5651077ee642cf08a3
This commit is contained in:
Noam Zilberstein 2019-04-23 08:24:09 -07:00 committed by Facebook Github Bot
parent 10f3ce044f
commit d6c9a0a95f

View File

@ -5,6 +5,7 @@
-- LICENSE file in the root directory of this source tree. An additional grant
-- of patent rights can be found in the PATENTS file in the same directory.
module TestMain where
import Data.String
import Test.Tasty