Skip to content

Commit

Permalink
Update .tt files to match .cs files
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 13, 2020
1 parent c7a4f10 commit 185347f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MessagePack/Formatters/TupleFormatter.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<#@ import namespace="System.Text" #>
<#@ import namespace="System.Collections.Generic" #>
<#@ output extension=".cs" #>
#if NETSTANDARD
#if NETSTANDARD || NETFRAMEWORK

using System;

Expand Down
2 changes: 1 addition & 1 deletion src/MessagePack/Formatters/ValueTupleFormatter.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<#@ import namespace="System.Text" #>
<#@ import namespace="System.Collections.Generic" #>
<#@ output extension=".cs" #>
#if NETSTANDARD
#if NETSTANDARD || NETFRAMEWORK
using System;

namespace MessagePack.Formatters
Expand Down

0 comments on commit 185347f

Please sign in to comment.