Skip to content

Commit

Permalink
Delete creation date from file header
Browse files Browse the repository at this point in the history
  • Loading branch information
tasaka-kazunobu committed Jun 29, 2015
1 parent b36e0e2 commit 4e97b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension NSFileManager {
file += "//\n"
file += "// \(path.lastPathComponent)\n"
file += "//\n"
file += "// Created by Misen(https://github.com/tasanobu/Misen) on \(NSDate().formatString)\n"
file += "// Created by Misen(https://github.com/tasanobu/Misen).\n"
file += "//\n"
file += "//\n"
// file body
Expand Down

0 comments on commit 4e97b77

Please sign in to comment.