Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/17 21:17:25 (8 years ago)
Author:
pkimmesw
Message:

#2665 Formatted solution using hl dev settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs

    r14727 r14906  
    1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Exporter
    2 {
     1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Exporter {
    32  using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions;
    43
    5   public static class Exporter
    6   {
    7     public static string ToString(Expression expression)
    8     {
     4  public static class Exporter {
     5    public static string ToString(Expression expression) {
    96      return expression.ToString();
    107    }
Note: See TracChangeset for help on using the changeset viewer.